Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class / ToString Method

In This Topic
    ToString Method (PropertyWrapper<T>)
    In This Topic
    Returns a String representing the name of the current value type.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String representing the name of the current value type.
    See Also